My game runs on main.bat.
It loads all the puzzles and the tutorial
from a function called "Call". It basicly does this:
It takes all the code from a file in a directory
and it puts it on the program.
Using this function, you cam make files like:
Lev#.bat
and have it in a folder to keep it organized.
It also reduces the lines of code on the main game engine.
